net.conf.netCgo (field)

4 uses

	net (current package)
		conf.go#L53: 	netCgo bool // prefer cgo approach, based on build tag and GODEBUG
		conf.go#L88: 	confVal.netCgo = netCgoBuildTag || dnsMode == "cgo"
		conf.go#L94: 				println("go package net: confVal.netCgo =", confVal.netCgo, " netGo =", confVal.netGo)
		conf.go#L252: 	} else if c.netCgo {